home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <plist version="0.9">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>DragThing</string>
- <key>CFBundleIdentifier</key>
- <string>uk.co.tla-systems.dragthing</string>
- <key>CFBundleName</key>
- <string>DragThing</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>Dock</string>
- <key>CFBundleIconFile</key>
- <string>DragThing.icns</string>
- <key>CFBundleVersion</key>
- <string>5.0.1</string>
- <key>CFBundleShortVersionString</key>
- <string>5.0.1</string>
- <key>CFBundleHelpBookFolder</key>
- <string>DragThing Help</string>
- <key>CFBundleHelpBookName</key>
- <string>DragThing Help</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright © 1994-2003, James Thomson, All Rights Reserved.</string>
- <key>CSResourcesFileMapped</key>
- <false/>
- <key>LSRequiresCarbon</key>
- <true/>
- <key>NSAppleScriptEnabled</key>
- <true/>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>Docc</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>Colours.icns</string>
- <key>CFBundleTypeName</key>
- <string>DragThing colour set</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- <dict>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>Doct</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>Textures.icns</string>
- <key>CFBundleTypeName</key>
- <string>DragThing texture set</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- <dict>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>pref</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>DragThing settings</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- </array>
- </dict>
- </plist>